VT-d: Correct order of parameters to memset() in setup_posted_irte()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 10 Dec 2015 16:25:18 +0000 (17:25 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 10 Dec 2015 16:25:18 +0000 (17:25 +0100)
commite6f0e099d2c17de47fd86e817b1998db903cab61
tree8c8fba42a8d87dcf23e58f004a2ee268e18bd676
parentdc018634b0814399880ccfe827711583d19108ca
VT-d: Correct order of parameters to memset() in setup_posted_irte()

Introduced in c/s 83ea9229 "vt-d: add API to update IRTE when VT-d PI is
used".  Spotted by Coverity.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/drivers/passthrough/vtd/intremap.c